home *** CD-ROM | disk | FTP | other *** search
- object scope_catalogs: Tscope_catalogs
- Left = 371
- Top = 498
- BorderStyle = bsDialog
- Caption = 'NTC Catalogs panel'
- ClientHeight = 200
- ClientWidth = 248
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object catalogs_panel: TPanel
- Left = 0
- Top = 0
- Width = 248
- Height = 200
- Align = alClient
- TabOrder = 0
- object catalogs_group: TGroupBox
- Left = 0
- Top = 0
- Width = 249
- Height = 81
- Caption = 'Catalogs Group'
- TabOrder = 0
- object catalog_label: TLabel
- Left = 16
- Top = 24
- Width = 44
- Height = 13
- Caption = 'Catalog'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object number_label: TLabel
- Left = 16
- Top = 48
- Width = 44
- Height = 13
- Caption = 'Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ComboBox1: TComboBox
- Left = 80
- Top = 24
- Width = 145
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Messier'
- Items.Strings = (
- 'Messier'
- 'Caldwell'
- 'NGC')
- end
- object Edit1: TEdit
- Left = 80
- Top = 48
- Width = 145
- Height = 21
- TabOrder = 1
- end
- end
- object item_group: TGroupBox
- Left = 0
- Top = 80
- Width = 249
- Height = 121
- Caption = 'Item Group'
- TabOrder = 1
- object visible_label: TLabel
- Left = 16
- Top = 24
- Width = 38
- Height = 13
- Caption = 'Visible'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ra_label: TLabel
- Left = 80
- Top = 24
- Width = 56
- Height = 13
- Caption = 'Right Asc'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 168
- Top = 24
- Width = 65
- Height = 13
- Caption = 'Declination'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 72
- Width = 60
- Height = 13
- Caption = 'Magnitude'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object visible_edit: TEdit
- Left = 8
- Top = 40
- Width = 57
- Height = 21
- Color = clRed
- TabOrder = 0
- end
- object ra_edit: TEdit
- Left = 72
- Top = 40
- Width = 81
- Height = 21
- TabOrder = 1
- end
- object dec_edit: TEdit
- Left = 160
- Top = 40
- Width = 81
- Height = 21
- TabOrder = 2
- end
- object magnitude_edit: TEdit
- Left = 8
- Top = 88
- Width = 81
- Height = 21
- TabOrder = 3
- end
- object goto_button: TBitBtn
- Left = 104
- Top = 72
- Width = 129
- Height = 41
- Caption = 'GOTO'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- end
- end
- end
-